internal/sync.node.isEntry (field)

13 uses

	internal/sync (current package)
		hashtriemap.go#L77: 		if n.isEntry {
		hashtriemap.go#L110: 			if n.isEntry {
		hashtriemap.go#L129: 		if (n == nil || n.isEntry) && !i.dead.Load() {
		hashtriemap.go#L222: 			if n == nil || n.isEntry {
		hashtriemap.go#L237: 		if (n == nil || n.isEntry) && !i.dead.Load() {
		hashtriemap.go#L442: 			if n.isEntry {
		hashtriemap.go#L463: 		if !i.dead.Load() && (n == nil || n.isEntry) {
		hashtriemap.go#L504: 		if !n.isEntry {
		hashtriemap.go#L550: 	return &indirect[K, V]{node: node[K, V]{isEntry: false}, parent: parent}
		hashtriemap.go#L573: 		node:  node[K, V]{isEntry: true},
		hashtriemap.go#L703: 	isEntry bool
		hashtriemap.go#L707: 	if !n.isEntry {
		hashtriemap.go#L714: 	if n.isEntry {